home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-02-13 | 606 b | 23 lines | [TEXT/CCL2] |
- ;;; @load.lisp
- ;;;
- ;;; CONQUEST AI PROJECT
- ;;;
- ;;; Washington University Computer Science Department
- ;;; Copyright 1992 Paul McCartney. All Rights Reserved.
- ;;;
- ;;; AUTHOR: Paul McCartney
- ;;;
- ;;; DESCRIPTION:
- ;;;
- ;;; Load the control files that conquest uses. Control is higher level
- ;;; functionality which "glues" everything together at the top level.
- ;;;
- ;;; USE:
- ;;;
- ;;; Load this file.
- ;;;
-
- (load-fasl "Foundation;conquest-packages.lisp" "FASL;Foundation:")
- (load-fasl "Foundation;conquest-utilities.lisp" "FASL;Foundation:")
- (load-fasl "Foundation;load-conquest-external.lisp" "FASL;Foundation:")
-